home *** CD-ROM | disk | FTP | other *** search
/ Dangerous Digital Movies: Omake Photos 200 / Dangerous Digital Moves: Omake Photos 200.iso / pc / mmd / omake.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1996-08-16  |  208 b   |  12 lines

  1. on mouseDown
  2.   global btclicksw, btclickno
  3.   buttonrev()
  4.   if btclicksw = 1 then
  5.     set the ink of sprite btclickno to 4
  6.     puppetSound("BTSD")
  7.     updateStage()
  8.     cursor(200)
  9.     go("MENU")
  10.   end if
  11. end
  12.